chore(code): set billing redirect URL to scroll to phc item#3521
Merged
trunk-io[bot] merged 1 commit intoJul 16, 2026
Merged
Conversation
|
😎 Merged directly without going through the merge queue, as the queue was empty and the PR was up to date with the target branch - details. |
|
React Doctor found no issues in the changed files. 🎉 Reviewed by React Doctor for commit |
adboio
marked this pull request as ready for review
July 16, 2026 17:33
Contributor
|
Reviews (1): Last reviewed commit: "chore(code): set billing redirect URL to..." | Re-trigger Greptile |
| ): string | null { | ||
| return getPostHogUrl("/organization/billing/overview", regionOverride); | ||
| return getPostHogUrl( | ||
| "/organization/billing/overview?products=posthog_code_usage", |
Contributor
There was a problem hiding this comment.
Contributor
Author
There was a problem hiding this comment.
did i fix them all coach
tatoalo
approved these changes
Jul 16, 2026
charlesvien
approved these changes
Jul 16, 2026
adboio
force-pushed
the
07-16-chore_code_set_billing_redirect_url_to_scroll_to_phc_item
branch
from
July 16, 2026 17:39
dd7d1f0 to
b4640e2
Compare
trunk-io
Bot
deleted the
07-16-chore_code_set_billing_redirect_url_to_scroll_to_phc_item
branch
July 16, 2026 17:48
|
Could not verify team-posthog-code membership (GitHub API error). Auto-release is limited to Team PostHog Code members, so this will ship with the next scheduled release instead. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Problem
all the billing buttons just go to the top of the billing page
it's a confusing page to scroll through
Changes
set query param so the link auto-scrolls to the phc usage based plan section
How did you test this?
manually
Automatic notifications